Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed Mar 15, 2024
1 parent 3ff3508 commit f77ca0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Welcome to my **Chat-Bot Portal**, a full-featured *Node.js*-based web applicati
- [Basic Guide](#guide-basic-setup--use)
- [Google Gemini](#8-optional-google-gemini-setup)
- [Mistral AI](#9-optional-mistral-ai-setup)
- [Anthropic Claude](#10-optional-anthropic-claude-setup)
- [Relevant Links](#relevant-links)
- [Author Links](#author-links--custom-gpts)
- [Research Papers](#research-papers)
Expand Down Expand Up @@ -442,7 +443,12 @@ Lastly, if you have uploaded an image and are working with the Vision model, you

##### [**Anthropic Console**](https://console.anthropic.com/dashboard)

-
##### [**API Creation Link**](https://console.anthropic.com/settings/keys)

##### [**Billing Subscription**](https://console.anthropic.com/settings/plans)

- Once again, navigate to the provided *API links* to create your key and manage your billing from **Anthropic**.
- The pricing for various *Claude API* models can be found [**HERE**](https://www.anthropic.com/api).

## Relevant [Links](https://arc.net/folder/B777A318-2A95-4C36-86AA-156166895CC2)

Expand Down
6 changes: 3 additions & 3 deletions public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ const selectedModelDisplayName = document.getElementById('selected-model').textC
"gemini-pro-vision": "Gemini-Vision: View Images — One-Time Use",
"gemini-1.5-pro": "Gemini-Pro-1.5: Early Access — 1 Million Tokens",
"gemini-1.0-ultra": "Gemini-Ultra: Largest Google Model — Unreleased",
"claude-3-opus-20240229": "Claude-Opus: Highest Performance — GPT-4 Level",
"claude-3-sonnet-20240229": "Claude-Sonnet: Cheaper Model — 3.5 Level",
"claude-3-haiku": "Claude-Haiku: Cheapest New Model — Unreleased",
"claude-3-opus-20240229": "Claude-Opus: Most Powerful — GPT-4 Level",
"claude-3-sonnet-20240229": "Claude-Sonnet: Hard-Working — 3.5 Level",
"claude-3-haiku": "Claude-Haiku: Light, Cheap, & Fast — Unreleased",
"claude-2.1": "Claude-2.1: Best Instant Model",
"claude-2.0": "Claude-2.0: Average Cheap Model",
"claude-1.2": "Claude-1.2: Cheapest Instant Model",
Expand Down

0 comments on commit f77ca0c

Please sign in to comment.