mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
WIP: Exposing errors that cause bot to fail
Working to remove all the lower level try except statements that catch barely, and don't offer any information to top level about what went wrong. Better to throw exceptions and let the consumers catch if needed.
This commit is contained in:
parent
f37c344213
commit
c09d5bfe7e
13 changed files with 1013 additions and 400 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -105,7 +105,7 @@
|
|||
"--game-id",
|
||||
"${input:gameId}",
|
||||
"--log-level",
|
||||
"INFO"
|
||||
"DEBUG"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
|
|
@ -138,6 +138,7 @@
|
|||
"type": "pickString",
|
||||
"description": "Select the AI model to use",
|
||||
"options": [
|
||||
"gemini-2.5-flash-lite-preview-06-17",
|
||||
"gpt-3.5-turbo",
|
||||
"gpt-4",
|
||||
"claude-3-haiku",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue