Successful LLM call
This commit is contained in:
@@ -12,7 +12,7 @@ export class LLMService {
|
||||
|
||||
constructor(apiKey: string) {
|
||||
this.genAI = new GoogleGenerativeAI(apiKey);
|
||||
this.model = this.genAI.getGenerativeModel({ model: "gemini-pro" });
|
||||
this.model = this.genAI.getGenerativeModel({ model: "gemini-2.5-flash-lite" });
|
||||
}
|
||||
|
||||
async analyzeDesires(desireSets: DesireSet[]): Promise<Record<string, string>> {
|
||||
|
||||
Reference in New Issue
Block a user