Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Remove Model: Claude-2-100k
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Aug 19, 2023
1 parent f5eeb0d commit cdf4b15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- llama-2-70b-chat
- claude-instant
- claude-2
- claude-2-100k

<br>

Expand Down
1 change: 0 additions & 1 deletion client/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<optgroup label="CLAUDE">
<option value="claude-instant">Claude-instant</option>
<option value="claude-2">Claude-2</option>
<option value="claude-2-100k">Claude-2-100k</option>
</optgroup>
<optgroup label="{{_('IMAGE')}}">
<option value="" disabled>Kandinsky (soon)</option>
Expand Down
2 changes: 1 addition & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ModelUtils:

'claude-instant-100k': Model.claude_instant_100k,
'claude-instant': Model.claude_instant,
'claude-2': Model.claude_2_100k,
'claude-2': Model.claude_2,
'claude-2-100k': Model.claude_2_100k,

'llama-2-7b-chat': Model.llama_2_7b_chat,
Expand Down

0 comments on commit cdf4b15

Please sign in to comment.