Skip to content

Implement ModelHallucination exercise page with three bad prompts#1370

Open
DarlynGomez wants to merge 1 commit intodevelopment/lab15from
1200-story-ai-bad-prompting-page
Open

Implement ModelHallucination exercise page with three bad prompts#1370
DarlynGomez wants to merge 1 commit intodevelopment/lab15from
1200-story-ai-bad-prompting-page

Conversation

@DarlynGomez
Copy link

  • No discrepancies across browsers (ex: chrome vs safari)
  • Accessibility functions
  • Pages can scale without distorting page
  • No dead links
  • Navbar is consistent across the site
  • Pages are screen-reader accessible
  • Contrast meets standards for accessibility
  • Pages are keyboard accessible
  • Code is cleaned up and bug-free (ex: debug statements removed)

Copy link
Collaborator

@fangkristen fangkristen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just move the AI chat bot componet to the general ALL components folder and remove the end return, otherwise good work!

import { Tabs } from "src/components/exercise/lab13/components/Tab/Tabs";
import { Tab } from "src/components/exercise/lab13/components/Tab/Tab";

import AIChatBot from "src/components/exercise/lab13/components/AIChatBot";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move the AIChatbot Into the general ALL components folder? (Jack and Kristen)

setPromptsAnswered(newCount);
if (newCount >= 3) {
navigate("/Lab15/Exercise/good-prompting-guide");
return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Halucination Lab Lab 15 | AI Hallucinations

Projects

Status: Product Backlog

Development

Successfully merging this pull request may close these issues.

2 participants