Alxy Savin
Alxy Savin
> Is this issue been solved or not? No
I am not YaLM-100B developer, but you can [try use HuggingFace connection](https://python.langchain.com/docs/ecosystem/integrations/huggingface) and host own [YaLM-100B](https://github.com/yandex/YaLM-100B) on hugging face text-generator service
### CodeInterpreter File Handling To enable CodeInterpreter to access data, I supplied the complete file path, and the file was successfully read and processed. It is important to emphasize that...
readme don't provide commands for creating db.. ☹️
release 2.0: openai.error.InvalidRequestError: That model does not exist
Please add [Codeium](https://github.com/orgs/Exafunction/repositories?type=all) support like for Copilot.
The developer suggests adding functionality that would allow using values from the DataFrame in the calculate_reward function without including them as features. This would enhance model training since the reward...
Suggested edit: ```diff diff --git a/freqtrade/freqai/freqai_interface.py b/freqtrade/freqai/freqai_interface.py index 224b9dbe1..ae17c5940 100644 --- a/freqtrade/freqai/freqai_interface.py +++ b/freqtrade/freqai/freqai_interface.py @@ -5,7 +5,7 @@ from abc import ABC, abstractmethod from collections import deque from datetime import...