discourse-ai/spec/fabricators
Hoa Nguyen 2063b3854f
FEATURE: Add Ollama provider (#812)
This allows our users to add the Ollama provider and use it to serve our AI bot (completion/dialect).

In this PR, we introduce:

    DiscourseAi::Completions::Dialects::Ollama which would help us translate by utilizing Completions::Endpoint::Ollama
    Correct extract_completion_from and partials_from in Endpoints::Ollama

Also

    Add tests for Endpoints::Ollama
    Introduce ollama_model fabricator
2024-10-01 10:45:03 +10:00
..
ai_persona_fabricator.rb FEATURE: UI to update ai personas on admin page (#290) 2023-11-21 16:56:43 +11:00
classification_result_fabricator.rb FIX: Filter classification type using the correct column (#286) 2023-11-08 14:58:35 -03:00
llm_model_fabricator.rb FEATURE: Add Ollama provider (#812) 2024-10-01 10:45:03 +10:00
rag_document_fragment_fabricator.rb FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00