Betavion
Results
2
issues of
Betavion
In simple_action_state.py, the construction of class SimpleActionState is as follows: ``` class SimpleActionState(RosState): """Simple action client state. Use this class to represent an actionlib as a state in a state...
### Describe the Bug I'm using custom api, settings are as follows: ``` "chatgpt.gpt3.apiKey": "sk-qExxx", "chatgpt.gpt3.apiBaseUrl": "https://api.132006.xyz", "chatgpt.gpt3.model": "gpt-4-1106-preview", ``` The error output looks like this: ``` INFO api-request-sent chatgpt.model:gpt-4-1106-preview...
bug