stuartleeks / aoai-simulated-api

An exploration into creating a simulated API implementation for Azure OpenAI (AOAI)
MIT License
11 stars 4 forks source link

Added tiktoken cached file for restricted network scenario #10

Closed aerjenn closed 5 months ago

aerjenn commented 5 months ago

This pull request mainly enhances the functionality of the simulated API by introducing a new feature that allows it to be used in environments with restricted network access. This is achieved by using a cached TikToken encoding file instead of retrieving it through the public internet. The changes also include updates to the README.md file to document this new feature.

Documentation updates:

Code changes: