Replies: 1 comment
-
Theres something mixed up in the code on the VS:C edition... at least. I have this same issue, i think BricksLLM might be it trying to call OpenAPI models from Anthropic? I was also able to MiM the keys it's trying to use, and they are both sk-bks-################ types. I am pretty sure anthropic typically has sk-art/sk-anthropic API keys, so this is highly unusual for OpenAI and Anthropic sharing such a similar key (numbers were slightly different, and before anyone asks, no they are not static :P) So, with the BricksLLM error im getting always causing a throw of 403, 401, despite even getting my own anthropic key to try and just bypass it, it was still broken. it's not the system, it's not Anthropic, it's just bad code(practices), with far too much caching and variables thrown about, for mundane things like an authorization API call, sheesh. It was also a horrible mistake to basically make GPT the heavy default, probably what broke anthropic and now, whether it's in the py-code or compiled code. more direct to your questions though on openapi, since that part still works: Here's some examples from the config's which is where all the model declaration and API keys and basic setup happens (when working) also, if you need more complicated syntax try a wiki or something or dive the code as there's an "extra" object that has quite a few variables and i believe it has a lot to do with adjusting the API call headers, some neat stuff but poorly executed... (If you were sold on multiple- choice-models, OpenAPI at least during my tinkering broke maybe... once? and practically fixed itself as I tinkered on, def biased lol.) ...and not documented thoroughly enough.
|
Beta Was this translation helpful? Give feedback.
-
I have simple questions on connecting OpenAI or Anthropic with Pythagora:
For Anthropic: I entered the Anthropic Key, but I still get an error regarding failure to connect with OpenAI!
For OpenAI: What endpoint should I use for OpenAI API and how to specify the model to use?
Beta Was this translation helpful? Give feedback.
All reactions