Eric Botti commited on
Commit
1e1d212
·
1 Parent(s): c30db82

openai default

Browse files
Files changed (1) hide show
  1. src/player.py +2 -2
src/player.py CHANGED
@@ -10,8 +10,8 @@ from kani.engines.openai import OpenAIEngine
10
  from game_utils import log
11
 
12
  # api_type = "tgi"
13
- # api_type = "openai"
14
- api_type = "ollama"
15
 
16
  match api_type:
17
  case "tgi":
 
10
  from game_utils import log
11
 
12
  # api_type = "tgi"
13
+ api_type = "openai"
14
+ # api_type = "ollama"
15
 
16
  match api_type:
17
  case "tgi":