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
I'm using the model deployed by ourselves for completion, but the effect has not been very good. So I need to check the interface data of the model service called by continue. Unfortunately, continue does not support the system proxy, so I can't use tools like fiddler to view the relevant request information. When I learned that there is a configuration to set the proxy, I made an attempt. The configuration is as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the model deployed by ourselves for completion, but the effect has not been very good. So I need to check the interface data of the model service called by continue. Unfortunately, continue does not support the system proxy, so I can't use tools like fiddler to view the relevant request information. When I learned that there is a configuration to set the proxy, I made an attempt. The configuration is as follows:
provider: openai
model: aiIP7jEchABo4C9xPK
apiKey: sk-qk5SVCiQm66Bqgxxxxxxxxxxxxxx
apiBase: https://servicetest.test/model-service/v1/
roles:
autocompleteOptions:
useCache: false
requestOptions:
proxy: http://127.0.0.1:9000
Port 9000 is the port of fiddler, but fiddler still can't get the request data at this time.
Beta Was this translation helpful? Give feedback.
All reactions