mirror of
https://github.com/usestrix/strix.git
synced 2026-09-09 22:31:07 +00:00
Adding stop word param
This commit is contained in:
parent
5207cdc90c
commit
675364086b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "strix-agent"
|
||||
version = "0.1.6"
|
||||
version = "0.1.8"
|
||||
description = "Open-source AI Hackers for your apps"
|
||||
authors = ["Strix <hi@usestrix.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ class LLM:
|
|||
"model": self.config.model_name,
|
||||
"messages": messages,
|
||||
"temperature": self.config.temperature,
|
||||
"stop": ["</function>"],
|
||||
}
|
||||
|
||||
queue = get_global_queue()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue