openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

Can't get it to work #7

Closed KabaTubare closed 1 year ago

KabaTubare commented 1 year ago

I configured according to the instructions, uploaded files and even provided websites for training, but when I input a prompt to inquire about the documents that had been uploaded...nothing happens. All API keys have been added, etc

gharbat commented 1 year ago

Hey KabaTubare

Can you run this command on your machine: docker ps and docker logs --tail 100 llm-server

and share the output?

databill86 commented 1 year ago

I'm having the same issue:

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info  - Loaded env from /usr/src/app/.env
event - compiled client and server successfully in 462 ms (154 modules)
wait  - compiling /api/chat (client and server)...
event - compiled successfully in 62 ms (46 modules)
error [ErrorWithoutStackTrace: PineconeClient: Error getting project name: SyntaxError: Unexpected token A in JSON at position 0]
wait  - compiling /_error (client and server)...
error - utils/pinecone-client.ts (19:10) @ initPinecone
error - Error: Failed to initialize Pinecone Client
    at initPinecone (webpack-internal:///(api)/./utils/pinecone-client.ts:22:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async eval (webpack-internal:///(api)/./utils/pinecone-client.ts:25:18)
  17 |   } catch (error) {
  18 |     console.log('error', error);
> 19 |     throw new Error('Failed to initialize Pinecone Client');
     |          ^
  20 |   }
  21 | }
  22 | 
godemerge commented 1 year ago

as well ,can't chat ,upload pdf goes wrong

gharbat commented 1 year ago

https://github.com/openchatai/OpenChat/issues/8#issuecomment-1572923256

API-Pau commented 1 year ago

Hello, do the git pull, then set the common.env variables again and finally do the make install. But I keep getting error AxiosError: Request failed with status code 429

gharbat commented 1 year ago

Introduced windows support in https://github.com/openchatai/OpenChat/releases/tag/0.3.0 if you have any other issues, please feel free to open a new issue :)