This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
13
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
すべてのエラーを握り潰すやぅに
othello
みてるぞ
7 months ago
parent
688b781faa
commit
51a52c9ba8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
talk.py
+ 1
- 1
talk.py
View File
@@ -212,7 +212,7 @@ class Talk:
return openai.chat.completions.create (
model = 'gpt-3.5-turbo',
messages = messages).choices[0].message
except
openai.AuthenticationError
:
except:
return None
Write
Preview
Loading…
Cancel
Save