Open kaoutaar opened 1 week ago
Hi, are all your models i.e. the summarization model, qa model, and the embedding model custom models? Because, all three of these default to the OpenAI models.
Hi, are all your models i.e. the summarization model, qa model, and the embedding model custom models? Because, all three of these default to the OpenAI models.
Can you share the prompts used by the QA model for each dataset?
i am trying to run raptor with customized models (llama.cpp and huggingface), hence no openai model, in your demo, you indicated to add any string as an API key:
doing this i got this error:
Error code: 401 - {'error': {'message': 'Incorrect API key provided: your-ope***-key. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}} TypeError: expected string or buffer