Skip to content

Instantly share code, notes, and snippets.

View sgomez's full-sized avatar
😴
Compiling...

Sergio Gómez sgomez

😴
Compiling...
View GitHub Profile
@sgomez
sgomez / main.ts
Last active September 22, 2024 10:28
Telegram bot with Vercel SDK AI and ollama provider
import dotenv from "dotenv";
import { Telegraf } from "telegraf";
import { message } from "telegraf/filters";
import process from "node:process";
import { ollama } from "ollama-ai-provider";
import { generateText, type CoreMessage, type StreamTextResult } from "ai";
dotenv.config();