cloth_extractor
This commit is contained in:
17
.clinerules/llm.md
Normal file
17
.clinerules/llm.md
Normal file
@ -0,0 +1,17 @@
|
||||
# LLM API
|
||||
|
||||
## LMstudio
|
||||
Use this file src\lib\lmstudio.ts
|
||||
|
||||
- async function callLmstudio(prompt: string): Promise<any> {
|
||||
for just run prompt
|
||||
- async function callLMStudioAPIWithFile(imagePath: string, prompt: string): Promise<any> {
|
||||
for send file to llm
|
||||
|
||||
## OpenAI
|
||||
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
|
||||
Reference in New Issue
Block a user