mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Introduce automatic linting with Github workflows (#251)
* Add linters * use other setup-python version * Use string instead * Add more linting * Fix tests * minor changes --------- Co-authored-by: Marcus Valtonen Örnhag <marcus.valtonen.ornhag@ericsson.com>
This commit is contained in:
committed by
GitHub
parent
c93176d83a
commit
948a479601
@@ -190,13 +190,13 @@ if __name__ == "__main__":
|
||||
gr.HTML(
|
||||
"""
|
||||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<h1>Gemini Conversation</h1>
|
||||
<h1>Gemini Conversation</h1>
|
||||
</div>
|
||||
"""
|
||||
)
|
||||
gr.Markdown(
|
||||
"""# How to run this demo
|
||||
|
||||
|
||||
- Clone the repo - top right of the page click the vertical three dots and select "Clone repository"
|
||||
- Open the repo in a terminal and install the dependencies
|
||||
- Get a gemini API key [here](https://ai.google.dev/gemini-api/docs/api-key)
|
||||
|
||||
@@ -26,7 +26,7 @@ conversation_state: List[Dict[str, str]] = []
|
||||
|
||||
# System prompt for agent
|
||||
system_prompt = """You are a helpful assistant that can helps with finding places to
|
||||
workremotely from. You should specifically check against reviews and ratings of the
|
||||
work remotely from. You should specifically check against reviews and ratings of the
|
||||
place. You should use this criteria to find the best place to work from:
|
||||
- Price
|
||||
- Reviews
|
||||
|
||||
Reference in New Issue
Block a user