Browse Source

Add supported Claude models

pull/185/head
Stefan Streichsbier 12 months ago
parent
commit
ea0e6884b0
  1. 2
      installer/client/cli/utils.py

2
installer/client/cli/utils.py

@ -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…
Cancel
Save