diff options
author | icebaker <icebaker@proton.me> | 2023-05-27 12:59:05 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-27 12:59:05 -0300 |
commit | a5e4b8809a6fd40ec174e6c3f9c1866f49460a1f (patch) | |
tree | 06132d09e7c4edaabd55570b8f013ee19944c07e | |
parent | afca81c610fe825620c51189c0cf11992f0fe5aa (diff) |
updating readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +271,7 @@ Currently supported providers: - [ ] [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) - [ ] [LLaMA](https://github.com/facebookresearch/llama) -Although only OpenAI has been officially tested, some of the open-source providers offer APIs that are compatible with OpenAI, such as FastChat (https://github.com/lm-sys/FastChat#openai-compatible-restful-apis--sdk). Therefore, it is highly probable that they will work just fine. +Although only OpenAI has been officially tested, some of the open-source providers offer APIs that are compatible with OpenAI, such as [FastChat](https://github.com/lm-sys/FastChat#openai-compatible-restful-apis--sdk). Therefore, it is highly probable that they will work just fine. ## Development |