Compare commits
5 Commits
0ec606cdaa
...
0dbb0d3c4d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dbb0d3c4d | |||
| f07c3a58a1 | |||
| 96980bc4a8 | |||
| 26f72ed002 | |||
| a5fa79a4e5 |
@ -21,6 +21,11 @@ class OpenAI(AI):
|
||||
context (i. e. chat history). The nr. of requested answers
|
||||
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
|
||||
|
||||
def models(self) -> list[str]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user