509 B
509 B
Original Training Dataset
LLM API Documentation
https://github.com/ollama/ollama/blob/main/docs/api.md
or
https://api.python.langchain.com/en/latest/llms/langchain_community.llms.ollama.Ollama.html
- LLM For our custom LLM
{
"model": "phi3.5:latest",
"apiBase": "https://ai.fabelous.app/v1/ollama/generic",
"headers": {"Authorization": "Token xxx"},
"system": "System Message",
}