OpenCopilot does not understand which site it is executing on #92
Replies: 5 comments 1 reply
-
update the servers section in your swagger file, it should work |
Beta Was this translation helpful? Give feedback.
-
What's wrong with the servers section? On the left are the settings of the 'servers' section, on the right is the result of a test GET request directly in the Swagger-editor. The result is correct, it returned the correct URL of the current logo. But when I install the generated code fragment https://prnt.sc/lWA3VoDooLuy on my test site https://prnt.sc/WfZTpYD7GXvb (the one specified in the servers section of the swagger-file), nothing happens (there are not even any calls to the server in the logs). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply. It's not that it doesn't access the picture I'm asking it to set as a logo. It doesn't need to, my code downloads it. Copilot's task is simply to call the API and pass it the URL of the image in the parameters (as in the editor tests in the screens above). |
Beta Was this translation helpful? Give feedback.
-
One more thing - when Copilot is running, js errors keep appearing in the console https://prnt.sc/ncoBdbxShHQc |
Beta Was this translation helpful? Give feedback.
-
@VadymPogorelov This issue is being tracked here. I'm also working on a new swagger parser, and another colleague is working on a flows editor. Hopefully, these issues will go away on their own or we will be able to fine-tune the llm server. |
Beta Was this translation helpful? Give feedback.
-
Perhaps I am writing in the wrong place - in that case please give me the correct contacts.
I am trying to install CoPilot on a test site.
I have performed the following steps:
But, as you can see on the last screen, Copilot thinks it is running on www.example.com.
Accordingly, it cannot access the API and replace the logo on the test site https://trex3.themerex.net using the description from the swagger file.
Is it possible that I am doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions