mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
remove unnecessasry comment
This commit is contained in:
parent
eb132df892
commit
2c870517b2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,11 +38,11 @@ export default {
|
|||
const store = new CloudflareVectorizeStore(embeddings, {
|
||||
index: env.VECTORIZE_INDEX,
|
||||
});
|
||||
// const ai = new Ai(env.AI)
|
||||
|
||||
const genAI = new GoogleGenerativeAI(env.GOOGLE_AI_API_KEY);
|
||||
const model = genAI.getGenerativeModel({ model: "gemini-pro" });
|
||||
|
||||
// TODO: Add /chat endpoint to chat with the AI in a conversational manner
|
||||
if (pathname === "/add" && request.method === "POST") {
|
||||
|
||||
const body = await request.json() as {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue