mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Add supported Claude models
This commit is contained in:
parent
d1463e9cc7
commit
ea0e6884b0
@ -251,7 +251,7 @@ class Standalone:
|
||||
def fetch_available_models(self):
|
||||
gptlist = []
|
||||
fullOllamaList = []
|
||||
claudeList = ['claude-3-opus-20240229']
|
||||
claudeList = ['claude-3-opus-20240229', 'claude-3-sonnet-20240229', 'claude-2.1']
|
||||
try:
|
||||
headers = {
|
||||
"Authorization": f"Bearer {self.client.api_key}"
|
||||
|
Loading…
Reference in New Issue
Block a user