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
The guides are still a little complicated, and require a bit of computer know-how that not every user might have. Fortunately, the API between the 4-bit fork and the original KoboldAI should remain the same. Because of this, my idea was to have the game support the KoboldAI API as an option for text generation, while leaving the actual installation and such of KoboldAI up to the user.
The game would just need to know the IP and port of the KoboldAI server that the user intends to use. Usually, this would be 'localhost:5000' if the user is running it on their own machine, but one could even run the server on a separate machine on their LAN.
If by any chance you already have an installation of KoboldAI on your computer, you might find the API documentation helpful. The API docs can be accessed by appending '/api' to the KoboldAI server url. (ex. 'localhost:5000/api')