You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aichat/src/client
sigoden a17f349daa
feat: support customizing `top_p` parameter (#434)
2 months ago
..
azure_openai.rs feat: builtin models can be overwrited by models config (#429) 2 months ago
claude.rs feat: support customizing `top_p` parameter (#434) 2 months ago
cohere.rs feat: support customizing `top_p` parameter (#434) 2 months ago
common.rs feat: support customizing `top_p` parameter (#434) 2 months ago
ernie.rs feat: support customizing `top_p` parameter (#434) 2 months ago
gemini.rs feat: builtin models can be overwrited by models config (#429) 2 months ago
message.rs refactor: handling of system message (#432) 2 months ago
mistral.rs feat: builtin models can be overwrited by models config (#429) 2 months ago
mod.rs refactor: more async code (#427) 2 months ago
model.rs feat: builtin models can be overwrited by models config (#429) 2 months ago
ollama.rs feat: support customizing `top_p` parameter (#434) 2 months ago
openai.rs feat: support customizing `top_p` parameter (#434) 2 months ago
openai_compatible.rs feat: builtin models can be overwrited by models config (#429) 2 months ago
qianwen.rs feat: support customizing `top_p` parameter (#434) 2 months ago
reply_handler.rs feat: serve all LLMs as OpenAI-compatible API (#431) 2 months ago
vertexai.rs feat: support customizing `top_p` parameter (#434) 2 months ago