Skip to content

Commit

Permalink
Switch to GPT3.5 turbo for having initial conversation (#388)
Browse files Browse the repository at this point in the history
Use gpt35 for initial conversation
  • Loading branch information
harishmohanraj committed Feb 28, 2024
1 parent d6eda6a commit ae6d8fd
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 248 deletions.
1 change: 1 addition & 0 deletions captn/google_ads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def get_google_ads_team_capability() -> str:
"Creating new keywords for existing campaigns.",
"Removing campaigns/ ad groups / ads / positive and negative keywords.",
"Updating Ad Copies.",
"Adding/removing location targeting",
]

return prefix + "- " + "\n- ".join(capabilities)
Expand Down
Loading

0 comments on commit ae6d8fd

Please sign in to comment.