Commit
·
9fba7a1
1
Parent(s):
0e2cd07
Update api_usage.py
Browse files- api_usage.py +1 -1
api_usage.py
CHANGED
|
@@ -93,7 +93,7 @@ def check_key_ant_availability(ant):
|
|
| 93 |
ant.completions.create(
|
| 94 |
prompt=f"{anthropic.HUMAN_PROMPT}Hi{anthropic.AI_PROMPT}",
|
| 95 |
max_tokens_to_sample=1,
|
| 96 |
-
model="claude-instant-v1",
|
| 97 |
)
|
| 98 |
return True, "Working"
|
| 99 |
except anthropic.APIConnectionError as e:
|
|
|
|
| 93 |
ant.completions.create(
|
| 94 |
prompt=f"{anthropic.HUMAN_PROMPT}Hi{anthropic.AI_PROMPT}",
|
| 95 |
max_tokens_to_sample=1,
|
| 96 |
+
model="claude-instant-v1.0",
|
| 97 |
)
|
| 98 |
return True, "Working"
|
| 99 |
except anthropic.APIConnectionError as e:
|