Skip to content

Commit

Permalink
update / page
Browse files Browse the repository at this point in the history
  • Loading branch information
cdreetz committed Aug 26, 2024
1 parent 394a40b commit 306c79f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Transcribe audio
- ~~remove selected model button~~
- ~~initial results table skeleton~~
- ~~info button top left on eval page~~
- info button top left on compare page
- info button top left on transcription page
- ~~info button top left on compare page~~
- ~~info button top left on transcription page~~
- ~~header component with the nav dropdown and github icon link~~
- ? or just add the github link to the dropdown?
- ~~parallel requests and streaming for compare page~~
Expand All @@ -40,7 +40,9 @@ Transcribe audio
- lambda chat api support
- hermes 3 models added

- upload 'vibe check list' button
- ~~upload 'vibe check list' button~~

- Markdown rendering for responses

v0.2.0
- auth / sign up / login pages
Expand Down
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ export default function Home() {
<li>Select the models you want to compare</li>
<li>Enter prompts you want to evaluate for</li>
<li>Click Evaluate and wait for the generated responses</li>
<br />
<ul>* Upload a .txt file with prompts you want to evaluate for</ul>
</ol>
</InfoButton>
<h1 className="text-3xl font-bold mb-6">LLM Evaluations</h1>
Expand Down

0 comments on commit 306c79f

Please sign in to comment.