John Liu

Results 4 comments of John Liu

The command `az connectedk8s show` shows that the cluster is connected: ![Screenshot 2022-09-07 124000](https://user-images.githubusercontent.com/107901166/188790860-449ca790-7746-44c1-8f1b-bddc2f47cc24.png) And now I tried the command again, it shows a different error: ``` Internal server error...

I encountered the same issue. I had to remove the last two `PATH` manipulations at the end: ``` # export PATH="$GOROOT/bin:$PATH" # export PATH="$PATH:$GOPATH/bin" ``` for version switch to work,...

>> However, both $GOROOT and $GOPATH environment variables are not updated. > > Does that break anything for you? e.g. do any of your Go projects not compile? Nothing breaks,...

+1. Some of the apps (e.g. OpenAI Codex) can't set the `max_tokens` parameter when calling the API. This makes it impossible to use Foundry Local with these apps. It would...