mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-08 03:23:39 +00:00
undercores to dashes
This commit is contained in:
parent
86de26ead2
commit
e872f1db2d
@ -3,7 +3,7 @@
|
||||
#include <QCoro/QCoroTask> // IWYU pragma: keep
|
||||
#include <fmt/base.h>
|
||||
#include <gpt4all-backend/formatters.h> // IWYU pragma: keep
|
||||
#include <gpt4all-backend/ollama_client.h>
|
||||
#include <gpt4all-backend/ollama-client.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QTimer>
|
||||
|
@ -13,6 +13,6 @@ add_subdirectory(src)
|
||||
target_sources(gpt4all-backend PUBLIC
|
||||
FILE_SET public_headers TYPE HEADERS BASE_DIRS include FILES
|
||||
include/gpt4all-backend/formatters.h
|
||||
include/gpt4all-backend/ollama_client.h
|
||||
include/gpt4all-backend/ollama_responses.h
|
||||
include/gpt4all-backend/ollama-client.h
|
||||
include/gpt4all-backend/ollama-responses.h
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "ollama_responses.h"
|
||||
#include "ollama-responses.h"
|
||||
|
||||
#include <QCoro/QCoroTask> // IWYU pragma: keep
|
||||
|
@ -1,8 +1,8 @@
|
||||
set(TARGET gpt4all-backend)
|
||||
|
||||
add_library(${TARGET} STATIC
|
||||
json_helpers.cpp
|
||||
ollama_client.cpp
|
||||
json-helpers.cpp
|
||||
ollama-client.cpp
|
||||
)
|
||||
target_compile_features(${TARGET} PUBLIC cxx_std_23)
|
||||
gpt4all_add_warning_options(${TARGET})
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "json_helpers.h"
|
||||
#include "json-helpers.h"
|
||||
|
||||
#include <boost/json.hpp>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "ollama_client.h"
|
||||
#include "ollama-client.h"
|
||||
|
||||
#include "json_helpers.h"
|
||||
#include "json-helpers.h"
|
||||
|
||||
#include <QCoro/QCoroIODevice> // IWYU pragma: keep
|
||||
#include <QCoro/QCoroNetworkReply> // IWYU pragma: keep
|
Loading…
Reference in New Issue
Block a user