File size: 853 Bytes
96a7761
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INTRODUCTION = '''
This AI Agent will answer your questions regarding a specific lease agreement. 
Under the hood, this agent is powered by `openAI's GPTs` serie and `Pinecone`.
As it uses the openAI API, user data is not used to train openAI models (see their official [website](https://help.openai.com/en/articles/5722486-how-your-data-is-used-to-improve-model-performance)).

This app has 3 sections:

**Chat**: select a lease and ask questions to the assistant.

**Settings**: change the various prompts of the agent, the model used, and some other parameters of the retriever.

**Leases**: upload a new lease, or delete an existing one. `Warning`: any uploaded lease will be stored in the app and can be access by anyone using the app.

_This AI Agent is still in `Alpha`. If you discover any bug, please signal it to sylvain.hellin@hines.com._
'''