We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fe9db commit ec03de9Copy full SHA for ec03de9
README.md
@@ -45,6 +45,13 @@ Also call any local model using [Ollama OpenAI compatibility endopints](https://
45
> routed through your backend server where your API keys can be securely
46
> loaded from an environment variable or key management service.
47
48
+## Functionalities
49
+
50
+- [x] Chat completions
51
+- [x] Chat completions with stream
52
+- [ ] Tool use
53
+- [ ] Image as input
54
55
## Usage
56
57
To interface with different LLMs, you need only to supply the corresponding LLM configuration and adjust the parameters accordingly.
0 commit comments