Created
December 8, 2025 14:11
-
-
Save Tobiaqs/5aa8cfa2a1f3e2134221ccad452465ed to your computer and use it in GitHub Desktop.
TabbyML configuration for IONOS AI Model Hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [model.completion.http] | |
| model_name = "meta-llama/CodeLlama-13b-Instruct-hf" | |
| kind = "openai/completion" | |
| api_endpoint = "https://openai.inference.de-txl.ionos.com/v1" | |
| api_key = "eyJ0..." | |
| prompt_template = "<|fim▁begin|>{prefix}<|fim▁hole|>{suffix}<|fim▁end|>" | |
| [model.chat.http] | |
| model_name = "meta-llama/Llama-3.3-70B-Instruct" | |
| kind = "openai/chat" | |
| api_endpoint = "https://openai.inference.de-txl.ionos.com/v1" | |
| api_key = "eyJ0..." | |
| [model.embedding.http] | |
| model_name = "BAAI/bge-large-en-v1.5" | |
| kind = "openai/embedding" | |
| api_endpoint = "https://openai.inference.de-txl.ionos.com/v1" | |
| api_key = "eyJ0..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment