bupa1018 commited on
Commit
986e62c
·
1 Parent(s): 156fe1f

Update ragchain.py

Browse files
Files changed (1) hide show
  1. 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 api of a software. There is a specific Python library named "kadiAPY" designed to interact with
101
- the API of the software. It provides an object-oriented 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"
 
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"