Added functionality.
This commit is contained in:
parent
2692972843
commit
ca2c3f782b
4 changed files with 41 additions and 14 deletions
|
@ -74,7 +74,7 @@ class API:
|
|||
elif model == 4:
|
||||
answer = self.process_text_gradio(message, "PatrickPluto/InterstellarAIChatbot", system)
|
||||
elif model == 5:
|
||||
answer = self.process_text_mistralai(message, "mistral-large-latest", system)
|
||||
answer = self.process_text_mistralai(message, "open-mistral-7b", system)
|
||||
elif model == 6:
|
||||
answer = self.process_text_mistralai(message, "codestral-latest", system)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue