Closed georgehu0815 closed 4 months ago
Thanks for reporting this issue. I found an issue here saying this is caused by the WSL file system permission. A workaround would be setting the environment variable JUPYTER_ALLOW_INSECURE_WRITES=true as described there.
works now, thanks for your help. you can close this ticket.
Describe the bug When run in execution_service in local model, it reached the issue.
{ "llm.api_base": "https://.openai.azure.com/",
"llm.api_key": "",
"llm.api_type":"azure",
"llm.api_version":"2024-02-15-preview",
"llm.model": "gpt-4",
"llm.response_format":null,
"execution_service.kernel_mode":"local"
}
A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen. NA if feel not applicable.
Screenshots If applicable, add screenshots to help explain your problem.
Environment Information (please complete the following information):
Additional context Add any other context about the problem here.