vanetreg
vanetreg
> Can you please include the run logs? Just started testing GPTR, not sure what you mean on run logs. Could you refer me with a doc link? I searched...
> [@vanetreg](https://github.com/vanetreg) Regarding sources not getting pulled, you can [try updating your scraper](https://docs.gptr.dev/docs/gpt-researcher/gptr/scraping) @ElishaKay After updating to gpt-researcher-0.12.8, installing tavily-python and setting "SCRAPER" = "tavily_extract" in my .env it provides...
Note Google Gemini has OpenAI compatible API endpoints
@marc-rutzou @orhanrauf any update on this? I mean Gemini. Their free tier is a huge motive :)
> you can try if it's working with "streamlit run frontend/mindsearch_streamlit.py" > Trying with Streamlit at least I got an error: ``` D:\Projects\AI_testing\MindSearch\mindsearch-venv\Lib\site-packages\streamlit\watcher\local_sources_watcher.py:210: DeprecationWarning: Importing from `griffe.enumerations` is deprecated. Import...
> On the first request, the MindSearch service starts the model service in the background. This means that it may be necessary to download the model file from the hf...
> Starting the modeling service requires the `lmdeploy` toolkit. Please refer to `https://github.com/InternLM/lmdeploy/blob/main/docs/en/installation.md` to ensure all requirements are met. Pls. include this info into README.md.
I modified in models.py as: ``` gpt4 = dict(type=GPTAPI, model_type='gpt-4o-mini', key=os.environ.get('OPENAI_API_KEY', 'YOUR OPENAI API KEY'), openai_api_base=os.environ.get('OPENAI_API_BASE', 'https://api.openai.com/v1/chat/completions'), ) ``` importing API key with dotenv from .env, ( so using **gpt-4o-mini**...
I have the same, my terminal window (in Coolify) closes immediately after showing a warning. From Chrome's Dev Tools, two WS related: [email protected]: Permission denied (publickey,password). and Warning: Identity file...
> @zapgroupdev so a docker tool support should be good I guess? Yes, in Autogen AFAIK it's the default that generated code runs in a separate Docker container https://microsoft.github.io/autogen/0.2/blog/2024/01/23/Code-execution-in-docker/ ,...