Skip to content

Commit

Permalink
dropped external directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Gabriel-Susman committed Nov 19, 2023
1 parent 9031096 commit 222807d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Conanfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[requires]
nlohmann_json/3.10.4

[generators]
cmake
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@

## TODOs

finish implementing openai client in cpp and then expose it w/ grpc
finish implementing openai client in cpp and then expose it w/ grpc

found realy cool openai client lib @ https://github.com/olrea/openai-cpp

need to get that bad boi working and make sure I trust it enough to hand my api keys to it

also need to determine if we are going with Conan and then drop conan file if not

I think for project structure I'm just going to go with class folders nested inside of a root level source folder, I'm going to have to determine how the grpc logic is going to fit nicely inside of that
3 changes: 2 additions & 1 deletion prompt.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include <iostream>
#include <string>
#include <curl/curl.h>
#include <nlohmann/json.hpp>
// #include <nlohmann/json.hpp>
#include "external/nlohmann/json.hpp"
#include <cstdlib>

using std::string;
Expand Down

0 comments on commit 222807d

Please sign in to comment.