update github link
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with block:
|
|
73 |
It uses ChatGPT + embeddings to search the docs for relevant sections and uses them to answer questions. It can then cite its sources back to you to verify the information.
|
74 |
Note that LLMs are prone to hallucination, so all outputs should always be vetted by users.
|
75 |
|
76 |
-
#### The Code is open-sourced and available on [Github](www.github.com/jerpint/buster)
|
77 |
"""
|
78 |
)
|
79 |
|
|
|
73 |
It uses ChatGPT + embeddings to search the docs for relevant sections and uses them to answer questions. It can then cite its sources back to you to verify the information.
|
74 |
Note that LLMs are prone to hallucination, so all outputs should always be vetted by users.
|
75 |
|
76 |
+
#### The Code is open-sourced and available on [Github](https://www.github.com/jerpint/buster)
|
77 |
"""
|
78 |
)
|
79 |
|