Pamela Fox

Results 527 comments of Pamela Fox

Ah, you're right, many packages need 3.12 support. Relevant issues for each: https://github.com/aio-libs/aiohttp/issues/7685 https://github.com/openai/tiktoken/issues/205 https://github.com/MagicStack/uvloop/issues/567 https://github.com/python-greenlet/greenlet/issues/374 Most seem in progress except for tiktoken (I filed that issue myself). Hopefully it...

Great tip! You can also open in GitHub Codespaces or VS Code Dev Containers extension, as the devcontainer.json uses a python:3.11 image.

All packages now support 3.12! The tests pass, but I need to do a test deployment before making 3.12 the default. You're welcome to try it yourself in the meantime.

Can you be more specific about where it's used? I did a quick repo search and don't see it used in the docs.

@hello-lui If you are on a closed network that can't download packages from the web, then you will likely have a hard time deploying this app, since it has to...

Great! I'm going to close this issue as I don't see any pending issues for us to fix on this repo, please comment if you think there is still something...

I also have this question, as we have logic that tries to truncate conversation history to fit inside a context window and relies on the tiktoken encoding for the GPT...

Update: I found an approach here: https://github.com/simonw/ttok/issues/8 So I would need to map the model names here to the model names on HuggingFace in the Python in order to download...

Can you check Deployment Center > Logs in the Portal for the App Service, and see if your recent deployment succeeded or failed? (An azd "success" does not mean true...