kenken999 commited on
Commit
745df45
·
1 Parent(s): f7e0bab
Files changed (1) hide show
  1. mysite/interpreter/interpreter.py +1 -1
mysite/interpreter/interpreter.py CHANGED
@@ -80,7 +80,7 @@ def completion(message: str, history, c=None, d=None, prompt="あなたは日本
80
 
81
  #async with async_timeout.timeout(GENERATION_TIMEOUT_SEC):
82
  try:
83
- response = await client.chat.completions.create(
84
  model="llama3-8b-8192",
85
  messages=messages,
86
  temperature=1,
 
80
 
81
  #async with async_timeout.timeout(GENERATION_TIMEOUT_SEC):
82
  try:
83
+ response = client.chat.completions.create(
84
  model="llama3-8b-8192",
85
  messages=messages,
86
  temperature=1,