mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Ollama: full support (stream, gen, list, pull, index). Fixes #179
This commit is contained in:
@@ -3,6 +3,7 @@ import { createTRPCRouter } from './trpc.server';
|
||||
import { elevenlabsRouter } from '~/modules/elevenlabs/elevenlabs.router';
|
||||
import { googleSearchRouter } from '~/modules/google/search.router';
|
||||
import { llmAnthropicRouter } from '~/modules/llms/transports/server/anthropic/anthropic.router';
|
||||
import { llmOllamaRouter } from '~/modules/llms/transports/server/ollama/ollama.router';
|
||||
import { llmOpenAIRouter } from '~/modules/llms/transports/server/openai/openai.router';
|
||||
import { prodiaRouter } from '~/modules/prodia/prodia.router';
|
||||
import { tradeRouter } from '../../apps/chat/trade/server/trade.router';
|
||||
@@ -17,6 +18,7 @@ export const appRouterEdge = createTRPCRouter({
|
||||
elevenlabs: elevenlabsRouter,
|
||||
googleSearch: googleSearchRouter,
|
||||
llmAnthropic: llmAnthropicRouter,
|
||||
llmOllama: llmOllamaRouter,
|
||||
llmOpenAI: llmOpenAIRouter,
|
||||
prodia: prodiaRouter,
|
||||
ytpersona: ytPersonaRouter,
|
||||
|
||||
Reference in New Issue
Block a user