Tikendra Sahu

Results 12 comments of Tikendra Sahu

Generally, these LLM apis has a memory or context as argument in order to continue the chat; just not passing previous data will work for clear context.

# DO VERSION RELEASE # DON'T RECOMMEND INSTALLING EVOLVING BRANCHES(FOR GENERAL USERS)

Config using litellm 1. Run litellm local server ```bash litellm --model ollama/phi --port 8080 --debug ``` 2. Edit the .rawdog/config.yaml accordingly ```yaml llm_api_key: AIxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxx llm_base_url: http://0.0.0.0:8080 llm_custom_provider: openai llm_model: ollama/phi...

> I am on windows at the moment. is it supported? after it requests my API key I see no output and cannot enter cli mode. > > there is...

added the 10. Pypi release action on [this PR](https://github.com/AbanteAI/rawdog/pull/60)

> Hey @tikendraw - I'd love to work on this issue. Can you please assign it to me? Thanks. I would have, but I am not the owner or contributor...

> Hey @tikendraw - I'd love to work on this issue. Can you please assign it to me? Thanks. Fork it, fix it, make a pull request. may be you...

add reranker models please.

> I uninstalled version 7.2.11 and re-installed version 7.2.10. I was able to resume downloads. Did it deleted all this unfinished data? Or not? / Do I have to download...

Found this custom controller function: [file upload action](https://github.com/browser-use/browser-use/blob/main/examples/custom-functions/file_upload.py) make this built-in action, upload is a common action. 👍