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

Commit

Permalink
Remove Model: Sage
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Aug 14, 2023
1 parent 54aaf40 commit d8784a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ class claude_2_100k:
base_provider: str = 'anthropic'
best_provider: Provider.Provider = Provider.Chimera

class sage:
name: str = 'sage'
base_provider: str = 'poe'
best_provider: Provider.Provider = Provider.Chimera

class llama_2_7b_chat:
name: str = 'llama-2-7b-chat'
base_provider: str = 'llama'
Expand Down Expand Up @@ -114,6 +109,5 @@ class ModelUtils:
'llama-2-7b-chat': Model.llama_2_7b_chat,
'llama-2-13b-chat': Model.llama_2_13b_chat,
'llama-2-70b-chat': Model.llama_2_70b_chat,

'sage': Model.sage,
'oasst-sft-6-llama-30b': Model.oasst_sft_6_llama_30b,
}

0 comments on commit d8784a7

Please sign in to comment.