parachas commited on
Commit
9626236
·
verified ·
1 Parent(s): 47cba57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -22,6 +22,10 @@ In addition to function calling capabilities, this collection now offers:
22
  - **Interpret & respond**: Provides human-friendly responses based on function execution results
23
  - **Context management**: Mantains context in complex multi-turn interactions
24
 
 
 
 
 
25
  # Requirements
26
  The code of Arch-Function-Chat-7B has been in the Hugging Face `transformers` library and we advise you to install latest version:
27
  ```bash
 
22
  - **Interpret & respond**: Provides human-friendly responses based on function execution results
23
  - **Context management**: Mantains context in complex multi-turn interactions
24
 
25
+ *Note*: Arch-Function-Chat is now the primarly LLM used in then open source [Arch Gateway](https://github.com/katanemo/archgw) - An AI-native proxy for agents. For more details about the
26
+ project, check out the Github [README](https://github.com/katanemo/archgw/blob/main/README.md).
27
+
28
+
29
  # Requirements
30
  The code of Arch-Function-Chat-7B has been in the Hugging Face `transformers` library and we advise you to install latest version:
31
  ```bash