Greg Robison

Results 6 comments of Greg Robison

Trying to use openai, here's my config: API_TYPE: "openai" OPENAI_API_BASE: "https://api.openai.com/v1/chat/completions" # The base URL for the OpenAI API OPENAI_API_KEY: "###" # Set the value to the openai key for...

I'm not sure I follow, in my config above, it is 'https://', no?

That is correct, I copied the config from the readme and it hasn't worked - I have no changed the base url.

I deleted and redownloaded the repository and recreated my ufo environment, but still getting the same error. It's probably just me. (ufo) PS C:\Users\xxx\Documents\UFO> python -m ufo --task ppt {'Content-Type':...

I set things up on another machine and running into the same issue. First, when I pull the repository, there is no config folder, I have to create it myself...