Skip to content

Commit

Permalink
trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Mar 1, 2024
1 parent a83202e commit 9e0a8e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions game/qgservice/qg-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ app.use(express.json());
const mongoUri = process.env.MONGODB_URI || 'mongodb://localhost:27017/userdb';
mongoose.connect(mongoUri);
// const openai = new OpenAI();
/*const configuration = new Configuration({
apiKey: process.env.OPENAI_API_KEY,
});*/
//const openai = new OpenAIApi(configuration);

async function executeSparqlQuery(query) {
try {
Expand Down

0 comments on commit 9e0a8e1

Please sign in to comment.