Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import requests
|
|
6 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
7 |
|
8 |
# model = genai.GenerativeModel("gemini-1.5-pro-latest")
|
9 |
-
prompt =
|
10 |
you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar:
|
11 |
Tanglish query: {tamil_text}
|
12 |
"""
|
|
|
6 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
7 |
|
8 |
# model = genai.GenerativeModel("gemini-1.5-pro-latest")
|
9 |
+
prompt = """
|
10 |
you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar:
|
11 |
Tanglish query: {tamil_text}
|
12 |
"""
|