Kurlyk
Loading...
Searching...
No Matches
chatgpt_request_example.cpp File Reference
#include <kurlyk.hpp>
#include <iostream>
#include <fstream>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Macros

#define KURLYK_AUTO_INIT   0

Functions

std::pair< std::string, std::string > load_api_credentials (const std::string &filename)
int main ()

Macro Definition Documentation

◆ KURLYK_AUTO_INIT

#define KURLYK_AUTO_INIT   0

Definition at line 1 of file chatgpt_request_example.cpp.

Function Documentation

◆ load_api_credentials()

std::pair< std::string, std::string > load_api_credentials ( const std::string & filename)

Definition at line 10 of file chatgpt_request_example.cpp.

◆ main()

int main ( )

Definition at line 27 of file chatgpt_request_example.cpp.