You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to adjust parameters like -c, -b, --mlock, --min-p, --top-p, --top-k, --repeat-penalty, --no-penalize-nl and --temp etc. in api_like_OAI.py
#5766
Closed
SeriousHulk opened this issue
Feb 28, 2024
· 4 comments
· Fixed by #5808
Is there any way to adjust parameters like -c, -b, --mlock, --min-p, --top-p, --top-k, --repeat-penalty, --no-penalize-nl and --temp etc. in api_like_OAI.py
Slightly off-topic, but what does api_like_OAI.py currently offer that server does not?
I was thinking of removing that script since I believe server already support the OAI API
I don't think it offers anything extra anymore. Only thing I do know is that even today many people (I see it on reddit /r/LocalLLama and on LLM discords) don't know that the built-in server supports OAI endpoints.
Perhaps it shouldn't be removed but just give a big fat warning "PLEASE MOVE TO ./server THIS SCRIPT WILL BE REMOVED AT x DATE"
Slightly off-topic, but what does api_like_OAI.py currently offer that server does not?
I was thinking of removing that script since I believe server already support the OAI API
server does not support the following arguments: --chat-prompt --user-name --ai-name --system-name
and README has not enough information on how to use --chat-template JINJA_TEMPLATE instead.
Originally posted by @SeriousHulk in #4367 (comment)
The text was updated successfully, but these errors were encountered: