mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-30 08:03:57 +00:00
Merge branch 'main' of https://github.com/andzejsp/gpt4all-ui
This commit is contained in:
commit
ec794202e4
@ -14,6 +14,8 @@ Watch install video [Usage Videos](https://www.youtube.com/watch?v=6kKv6ESnwMk&t
|
||||
|
||||
Watch usage videos [Usage Videos](https://www.youtube.com/watch?v=DCBefhJUUh4&ab_channel=ParisNeo)
|
||||
|
||||
Watch settings videos [Usage Videos](https://www.youtube.com/watch?v=7KwR2vdt1t4&t=63s&ab_channel=ParisNeo)
|
||||
|
||||
|
||||
![image](https://user-images.githubusercontent.com/827993/231911545-750c8293-58e4-4fac-8b34-f5c0d57a2f7d.png)
|
||||
|
||||
|
2
app.py
2
app.py
@ -159,7 +159,7 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
||||
)
|
||||
|
||||
def index(self):
|
||||
return render_template("chat.html")
|
||||
return render_template("index.html")
|
||||
|
||||
def format_message(self, message):
|
||||
# Look for a code block within the message
|
||||
|
@ -13,7 +13,7 @@ port: 9600
|
||||
repeat_last_n: 40
|
||||
repeat_penalty: 1.2
|
||||
seed: 0
|
||||
temp: 1.0
|
||||
temp: 0.9
|
||||
top_k: 50
|
||||
top_p: 0.95
|
||||
voice: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user