Mihail Eric commited on
Commit
6897707
·
1 Parent(s): 41a5859

add note about hosting

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -37,7 +37,7 @@ If you want to publicly host your chat experience, set `--share=true`:
37
  python src/chat.py $GITHUB_REPO_NAME --share=true ...
38
  ```
39
 
40
- That's seriously it.
41
 
42
  Here is, for example, a conversation about the repo [Storia-AI/image-eval](https://github.com/Storia-AI/image-eval):
43
  ![screenshot](assets/chat_screenshot.png)
@@ -75,6 +75,15 @@ The `src/chat.py` brings up a [Gradio app](https://www.gradio.app/) with a chat
75
 
76
  The sources are conveniently surfaced in the chat and linked directly to GitHub.
77
 
 
 
 
 
 
 
 
 
 
78
  # Extensions & Contributions
79
  We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.
80
 
 
37
  python src/chat.py $GITHUB_REPO_NAME --share=true ...
38
  ```
39
 
40
+ That's it.
41
 
42
  Here is, for example, a conversation about the repo [Storia-AI/image-eval](https://github.com/Storia-AI/image-eval):
43
  ![screenshot](assets/chat_screenshot.png)
 
75
 
76
  The sources are conveniently surfaced in the chat and linked directly to GitHub.
77
 
78
+ # Want your repository hosted?
79
+
80
+ We're working to make all code on the internet searchable and understandable for devs. If you would like help hosting
81
+ your repository, we're onboarding a handful of repos onto our infrastructure **for free**.
82
+
83
+ You'll get a dedicated url for your repo like `https://sage.storia.ai/[REPO_NAME]`. Just send us a message at [founders@storia.ai](mailto:founders@storia.ai)!
84
+
85
+ ![](assets/sage.gif)
86
+
87
  # Extensions & Contributions
88
  We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.
89