Closed victoryangn closed 10 months ago
log in obsidian Failure Error: Connection error.
plugin:obsidian-textgenerator-plugin:14963 OpenAI.makeRequest plugin:obsidian-textgenerator-plugin:14963:17
plugin:obsidian-textgenerator-plugin:21611 async eval plugin:obsidian-textgenerator-plugin:21611:25
plugin:obsidian-textgenerator-plugin:1271 async RetryOperation.eval [as _fn] plugin:obsidian-textgenerator-plugin:1271:19
maybe try resetting your settings.. old config conflict?
maybe try resetting your settings.. old config conflict?
many thanks for your update, I have tried many times, even reinstall, seems not work, is there any one succeed on PC with local LLM
The tutorial post was using a windows pc
can you test with version 0.6.1
@victoryangn I had the same issue, turning on CORS in the server will fix it.
@victoryangn I had the same issue, turning on CORS in the server will fix it.
that's great, many thanks for the help ,it is work, perfect
setting as below : LLM Provider: OpenAi Chat API Key: None Base Path: I used LMSTUDIO, so that it is: http://localhost:1234/v1 Model: gpt-3.5-turbo
=== this setting work in my mac m2 pro, without any problem
=== same setting doesnt work on PC, the log as below:
[2024-01-09 08:48:06.957] [INFO] [LM STUDIO SERVER] Processing queued request... [2024-01-09 08:48:06.958] [INFO] Received OPTIONS request to /v1/chat/completions with body: {} [2024-01-09 08:48:06.958] [ERROR] 'messages' field is required [2024-01-09 08:48:08.173] [INFO] [LM STUDIO SERVER] Processing queued request... [2024-01-09 08:48:08.174] [INFO] Received OPTIONS request to /v1/chat/completions with body: {} [2024-01-09 08:48:08.174] [ERROR] 'messages' field is required [2024-01-09 08:48:11.121] [INFO] [LM STUDIO SERVER] Processing queued request... [2024-01-09 08:48:11.122] [INFO] Received OPTIONS request to /v1/chat/completions with body: {} [2024-01-09 08:48:11.122] [ERROR] 'messages' field is required [2024-01-09 08:48:16.539] [INFO] [LM STUDIO SERVER] Processing queued request... [2024-01-09 08:48:16.540] [INFO] Received OPTIONS request to /v1/chat/completions with body: {} [2024-01-09 08:48:16.541] [ERROR] 'messages' field is required