mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-15 17:43:25 +00:00
wip: temp
This commit is contained in:
@ -65,6 +65,7 @@ class G2E(Blackbox):
|
||||
api_key='YOUR_API_KEY',
|
||||
base_url=url
|
||||
)
|
||||
#model_name = client.models.list().data[0].id
|
||||
model_name = client.models.list().data[1].id
|
||||
print(model_name)
|
||||
response = client.chat.completions.create(
|
||||
|
||||
Reference in New Issue
Block a user