Compare commits
5 Commits
0dbb0d3c4d
...
0ec606cdaa
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ec606cdaa | |||
| 2b2faa70ea | |||
| 7cbd373742 | |||
| 45393e3a15 | |||
| 8e0a158ac9 |
@ -21,11 +21,6 @@ class OpenAI(AI):
|
|||||||
context (i. e. chat history). The nr. of requested answers
|
context (i. e. chat history). The nr. of requested answers
|
||||||
corresponds to the nr. of messages in the 'AIResponse'.
|
corresponds to the nr. of messages in the 'AIResponse'.
|
||||||
"""
|
"""
|
||||||
# TODO:
|
|
||||||
# * transform given message and chat context into OpenAI format
|
|
||||||
# * make request
|
|
||||||
# * create a new Message for each answer and return them
|
|
||||||
# (writing Messages is done by the calles)
|
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def models(self) -> list[str]:
|
def models(self) -> list[str]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user