MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

apps/gsoc/src/api/socBot.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const API_BASE_URL = "https://gen.pollinations.ai/v1/chat/completions";
4
5export class socBotAPI {
6 conversationHistory: { role: string; content: string }[];
7 systemPrompt: string;
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected