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

Commit

Permalink
Remove models that are no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Aug 1, 2023
1 parent ddc6e77 commit a628142
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
- gpt-4
- gpt-4-0314
- gpt-4-32k
- llama-2-7b-chat 🆕
- llama-2-13b-chat 🆕
- llama-2-70b-chat 🆕
- llama-2-70b-chat

<br>

Expand Down
2 changes: 0 additions & 2 deletions client/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
<option value="gpt-4-32k">GPT-4-32k</option>
</optgroup>
<optgroup label="LLAMA">
<option value="llama-2-7b-chat">llama-2-7b-chat</option>
<option value="llama-2-13b-chat">llama-2-13b-chat</option>
<option value="llama-2-70b-chat">llama-2-70b-chat</option>
</optgroup>
<optgroup label="{{_('IMAGE')}}">
Expand Down
2 changes: 0 additions & 2 deletions g4f/Provider/Providers/Chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
'gpt-4',
'gpt-4-0314',
'gpt-4-32k',
'llama-2-7b-chat',
'llama-2-13b-chat',
'llama-2-70b-chat',
]
supports_stream = True
Expand Down
6 changes: 0 additions & 6 deletions gerar.py

This file was deleted.

0 comments on commit a628142

Please sign in to comment.