Compare commits
2 Commits
675c506969
...
46685112cf
| Author | SHA1 | Date | |
|---|---|---|---|
| 46685112cf | |||
| 9c3cc8cbea |
@ -21,6 +21,7 @@ class OpenAI(AI):
|
||||
self.ID = config.ID
|
||||
self.name = config.name
|
||||
self.config = config
|
||||
openai.api_key = config.api_key
|
||||
|
||||
def request(self,
|
||||
question: Message,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user