Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Kobold CPP should work out of the box via Kobold API.
I will look into whether it makes sense to support Ollama's API. Ideally there should only be 2-3 standardized API's which the open source community agrees to use, rather than a separate one for every model hosting service
Master virgin if you could provide some more info about how SillyTavern does it, I could look into that as well
It does.
It should be trivial for you to add - you just allow users to provide a BASE URL for the OpenAI api, see https://github.com/openai/openai-python?tab=readme-ov-file#configuring-the-http-client, basically the default is https://api.openai.com/v1, you should just make it configurable so people can replace that URL base with any other URL. And of course then the OpenAI key will actually be the key used for the proxy. Additionally (and it should be quite easy too) adding ability to specify custom model name for when using the OpenAI API should be nice.
Then, you could specify the model name by manually adding the key/value pair to the moddable json in model-params\oobabooga-common-params.txt (note if you add it under "default" it may be overwritten by updates, so you may want to create a mod first and add it there).
Adding a key to use on the auth header isn't supported yet, partly for reasons I mentioned above, but might be in the future.
Here's a link to it's documentation that goes into more detail:
https :// docs.sillytavern.app/usage/api-connections/openai/
Also, don't wanna be all demanding or anything, but is implementing support for API keys for OAI, Anthropic, et al in the works?
Is SillyTavern's option any different from the Kobold API and Openai API options which already exist in AI Roguelite? The only difference I know of is that AI Roguelite doesn't provide an easy way for you to use your own API key (eg openai API key) at the moment, but everything else (including locally run LLMs or whatever server you want to connect to) should work fine.
I will think about it, but for now assume there's no plan to support it
According to someone on the Discord: