Andreas C Charitos

Results 11 comments of Andreas C Charitos

It's very slow. It might have something to do with graphlab I use ?

@gertjanssenswillen Thank you for your answer, I can use this workflow to create two maps as you suggested. Will you consider the functionality of the one process map with different...

I will try to find an implementation that can be fit to the library.

I would like also to ask to add forecast, xgboost and modeltime?

@nssidhu Regarding question 2, LIDA can use Azure OpenAI see [llmx](https://github.com/victordibia/llmxl) for more details.

@drazvan I have tried to switch the prompts but didn't resolved the issue.

Hi @Pouyanpi, I have tried changing the `bot_response` to `bot_message` the issue now is that when I make a request to make an Update, Delete or Insert to the table...

@Pouyanpi I am using the following template from[langchain](https://github.com/langchain-ai/langchain/tree/master/templates/sql-llamacpp) which I have modified to use my model from my azure deployment. Here is my implementation on the chain.py script: ```python import...

@Pouyanpi Yes, this is exactly what I what to achieve.

Hello @seehi, Thanks for the quick response. I used the following to set the env variables ``` metagpt.const.API_KEY = userdata.get('OPENAI_API_KEY') metagpt.const.MODEL = userdata.get('MODEL_NAME') metagpt.const.API_TYPE = userdata.get('OPENAI_API_TYPE') metagpt.const.API_VERSION = userdata.get('OPENAI_API_VERSION') metagpt.const.BASE_URL...