Spaces:
Runtime error
Runtime error
Update ragchain.py
Browse files- ragchain.py +2 -2
ragchain.py
CHANGED
|
@@ -97,8 +97,8 @@ class RAGChain:
|
|
| 97 |
Generate a response using the retrieved contexts and the LLM.
|
| 98 |
"""
|
| 99 |
prompt = f"""You are an expert python developer. You are assisting in generating code for users who want to programmatically
|
| 100 |
-
make use of
|
| 101 |
-
|
| 102 |
|
| 103 |
You are given "Documentation Snippets" and "Code Snippets"
|
| 104 |
"Documentation Snippets:" Contains a collection of potentially useful snippets, including code examples and documentation excerpts of "kadiAPY"
|
|
|
|
| 97 |
Generate a response using the retrieved contexts and the LLM.
|
| 98 |
"""
|
| 99 |
prompt = f"""You are an expert python developer. You are assisting in generating code for users who want to programmatically
|
| 100 |
+
make use of a python library named 'kadiAPY' to interact with the API of a software. It provides an object-oriented
|
| 101 |
+
approach for interfacing with the API.
|
| 102 |
|
| 103 |
You are given "Documentation Snippets" and "Code Snippets"
|
| 104 |
"Documentation Snippets:" Contains a collection of potentially useful snippets, including code examples and documentation excerpts of "kadiAPY"
|