You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for opening this up. Its been super interesting to be able to see the code and how it works!
I have set the API keys in ~\.openbb_terminal but openBB inside autogpt-openbb-sdk couldn't find them. otherwise, it's been running. API_KEY_FINANCIALMODELINGPREP='xxxx'
I am getting a few errors but I think it's because the openBB command is failing first.
my normal sdk setup works as does the terminal.
The text was updated successfully, but these errors were encountered:
Nice to meet you. I'm really glad you are trying this out. From what I can tell, what I have in the .openbb_terminal is OPENBB_API_KEY_FINANCIALMODELINGPREP='xxxx'
If I change that to API_KEY_FINANCIALMODELINGPREP, the keys don't show up in the keys menu in the terminal
I tried to wrap it in an auto GPT plugin but it's an odd workflow. not fun, you write code then need to zip it and put it in the plugins directory. I reckon it might be cool to try something similar with langchain rather?
thank you for opening this up. Its been super interesting to be able to see the code and how it works!
I have set the API keys in
~\.openbb_terminal
but openBB insideautogpt-openbb-sdk
couldn't find them. otherwise, it's been running.API_KEY_FINANCIALMODELINGPREP='xxxx'
I am getting a few errors but I think it's because the openBB command is failing first.
my normal sdk setup works as does the terminal.
The text was updated successfully, but these errors were encountered: