mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
Upgraded requirements
This commit is contained in:
parent
7b7777e370
commit
9c52b7b0f6
2
app.py
2
app.py
@ -239,7 +239,7 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
||||
|
||||
|
||||
def get_current_personality(self):
|
||||
return jsonify({"personality":self.personality.__dict__()})
|
||||
return jsonify({"personality":self.personality.as_json()})
|
||||
|
||||
|
||||
|
||||
|
@ -15,4 +15,4 @@ transformers
|
||||
accelerate
|
||||
gevent
|
||||
gevent-websocket
|
||||
pyaipersonality>=0.0.10
|
||||
pyaipersonality>=0.0.11
|
@ -7,4 +7,4 @@ markdown
|
||||
pyllamacpp==2.0.0
|
||||
gpt4all-j
|
||||
transformers
|
||||
pyaipersonality>=0.0.10
|
||||
pyaipersonality>=0.0.11
|
Loading…
Reference in New Issue
Block a user