Skip to content

Johnnyminor/AI-agents-for-editorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the agents pipeline:

from ddj_agents import AgentsPipeline

OPENAI_KEY = input()

PROJECT_ID = 'civio-emergency'
DATASET = 'datasets/civio-emergency/contracts_combined.csv'
DATASET_DESCRIPTION = 'datasets/civio-emergency/description.md'

agents = AgentsPipeline(api_key=OPENAI_KEY,
			project_id=PROJECT_ID, 
			dataset=DATASET, 
			dataset_description=DATASET_DESCRIPTION, 
			use_reporter=True,
			use_editor=True)
agents.run()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%