RJuro commited on
Commit
2ee61b7
·
1 Parent(s): 5c80556

narration - prompt change

Browse files
.gitignore CHANGED
@@ -1,3 +1,4 @@
1
  .env
2
  dev/
3
- promp_tmp/
 
 
1
  .env
2
  dev/
3
+ promp_tmp/
4
+ .aiderignore
google_credentials.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "web": {
3
- "client_id": "1028731507344-8ivelp4b0mst6h2d8hbvo0qei1q0r92s.apps.googleusercontent.com",
4
- "project_id": "gen-lang-client-0835329164",
5
- "auth_uri": "https://accounts.google.com/o/oauth2/auth",
6
- "token_uri": "https://oauth2.googleapis.com/token",
7
- "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
8
- "client_secret": "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",
9
- "redirect_uris": [
10
- "http://localhost:8501"
11
- ]
12
- }
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
prompts/audio_narrate.prompt CHANGED
@@ -34,6 +34,6 @@ Use clear paragraph breaks
34
 
35
  Aim for the tone of an experienced researcher giving a well-structured talk to colleagues - professional but engaging, detailed but clear.
36
  AVOID REDUNDANCY - do not repeat the same information in different ways.
37
- Avoid presenting with names or titles - use "I" and "we" instead.
38
  Target audio for around 15 Minutes.
39
  Output should be around 1500 words.
 
34
 
35
  Aim for the tone of an experienced researcher giving a well-structured talk to colleagues - professional but engaging, detailed but clear.
36
  AVOID REDUNDANCY - do not repeat the same information in different ways.
37
+ Avoid presenting with names or titles - use "I" and "we" instead. However, try to phrase more formal - less I and we.
38
  Target audio for around 15 Minutes.
39
  Output should be around 1500 words.
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
  google-genai
2
  markdown-pdf
3
- kokoro
4
- soundfile
5
  python-dotenv
6
  nest_asyncio
7
  pikepdf
 
1
  google-genai
2
  markdown-pdf
 
 
3
  python-dotenv
4
  nest_asyncio
5
  pikepdf