save changes

This commit is contained in:
2025-10-01 07:53:50 +02:00
parent 4bce4388f9
commit bdca42e821
18 changed files with 3803 additions and 4377 deletions

View File

@ -14,4 +14,13 @@ Use this file src\lib\openai.ts
- async function callOpenAI(prompt: string): Promise<any>
for just run prompt
- async function callOpenAIWithFile(imagePath: string, prompt: string): Promise<any>
for send file to llm
for send file to llm
Please construct prompt to return json alswasy for calling llm api to generate text.
If nothing specified add following instructin in the given prompt
Return the result in this forket
{"result":""}
Then extract the result param in program you generate, don't change the original function